vr2-4-14.wrl


[ VRML source code ]

#VRML V2.0 utf8
#vr2-4-14.wrl
Viewpoint {
  position 0 20 50
}
Group {
 children [
  Sound {
    source AudioClip {
      url "a.wav"
      loop TRUE
      startTime 1
    }
    maxFront 100
    location 0 20 0
  },
  Transform {
    scale 1 4 1
    children [
      Shape {
        appearance Appearance {
          material Material {
            diffuseColor 1 1 0
          }
        }
        geometry Sphere {
          radius 3
        }
      }
    ]
  },
  Transform {
    translation 0 20 0
    scale 1 1.5 1
    children [
      Shape {
        appearance Appearance {
          material Material {
            diffuseColor 0 0.5 1
          }
        }
        geometry Sphere {
          radius 10
        }
      }
    ]
  }
 ]
}